From f618aa87671424c13352ab917b658d6a8ca2a945 Mon Sep 17 00:00:00 2001 From: Drew Parsons Date: Sat, 20 Jun 2026 15:58:38 +0200 Subject: [PATCH] Build-Depends: libmariadb-dev not libmariadbclient-dev --- debian/changelog | 2 +- debian/control | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index e8aa01b7e..d859b9a41 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,7 +6,7 @@ vtk9 (9.6.2+dfsg1-1exp1) UNRELEASED; urgency=medium numpy_drop_in1d_MR12693.patch * provide debian/python3-vtk9.pydist to declare python3-vtk9 as python package vtk. Closes: #1096135 - * Depends: libmariadbclient-dev rather than default-libmysqlclient-dev + * Depends: libmariadb-dev rather than default-libmysqlclient-dev mariaDB has sufficiently evolved from mySQL to stop claiming compatibility. Note that VTK9 nevertheless still treats mariaDB as a substitute for mySQL. Closes: #1137152 diff --git a/debian/control b/debian/control index 7a67d1814..dcc09ba38 100644 --- a/debian/control +++ b/debian/control @@ -9,7 +9,7 @@ Build-Depends: dpkg-dev (>= 1.22.5), cmake, debhelper-compat (= 13), default-jdk [!hppa !hurd-any], - libmariadbclient-dev, + libmariadb-dev, dh-sequence-python3, hdf5-tools, dh-sequence-javahelper, -- 2.30.2